home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / pragmas / emulation_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-21  |  736 b   |  21 lines

  1. #ifndef _INCLUDE_PRAGMA_EMULATION_LIB_H
  2. #define _INCLUDE_PRAGMA_EMULATION_LIB_H
  3.  
  4. #ifndef CLIB_EMULATION_PROTOS_H
  5. #include <clib/emulation_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(EMUBase,0x01E,emuRemapFunctions(d0))
  10. #pragma amicall(EMUBase,0x024,emuInitRefresh(a0))
  11. #pragma amicall(EMUBase,0x02A,emuFreeRefresh(a0))
  12. #pragma amicall(EMUBase,0x030,emuRefreshScreen(a0))
  13. #endif
  14. #if defined(_DCC) || defined(__SASC)
  15. #pragma libcall EMUBase emuRemapFunctions    01E 001
  16. #pragma libcall EMUBase emuInitRefresh       024 801
  17. #pragma libcall EMUBase emuFreeRefresh       02A 801
  18. #pragma libcall EMUBase emuRefreshScreen     030 801
  19. #endif
  20.  
  21. #endif    /*  _INCLUDE_PRAGMA_EMULATION_LIB_H  */